Post-Login Overview
Atenxion Post-Login API Integration Guide
Overview
Atenxion provides two ways to integrate Post-Login functionality:
-
REST API Integration
Trigger login events and receive responses using standard HTTP requests with libraries likeaxios.
→ See API Setup for full instructions. -
WebSocket Integration
Establish a real-time connection usingSocket.IOto communicate with the agent and receive event-based updates.
→ See Socket Setup for details.
Choose the method that best fits your use case — API for request/response patterns or Socket for real-time messaging. Both methods support token-based authentication and return consistent response structures once login is successful.